home *** CD-ROM | disk | FTP | other *** search
- newcli
-
- echo "DosMan Install Script by Peter Bagnato"
- echo "I will now copy MUInt into your C: directory."
- echo "If you do not have MUI installed then answer no!"
- ask "Do you wish to continue? yes/no"
-
- If WARN
- copy Muint to C:
- echo "It has been done!"
- Else
- echo "Nothing was copied..."
- echo "To view the DosMan pages, use the AmigaGuide version..."
- echo "Or view the pages individually with your favorite text viewer..."
- echo "The DosMan pages are in the man directory... enjoy :)"
- Endif
-
- wait 30
-
- endcli
-